From 95b5ec01f7c1d6bae34a23213d1347a2a8956d2e Mon Sep 17 00:00:00 2001
From: Li Yuan
Date: Mon, 15 Dec 2008 04:48:52 +0000
Subject: [PATCH] Bug #564555. #undef GTK_DISABLE_DEPRECATED where we need to
access
2008-12-15 Li Yuan
* gailitem.c:
Bug #564555. #undef GTK_DISABLE_DEPRECATED where we need to access
deprecated symbols.
svn path=/trunk/; revision=21904
---
modules/other/gail/ChangeLog | 6 ++++++
modules/other/gail/gailitem.c | 3 +++
2 files changed, 9 insertions(+)
diff --git a/modules/other/gail/ChangeLog b/modules/other/gail/ChangeLog
index 4066062b1d..424d371b67 100644
--- a/modules/other/gail/ChangeLog
+++ b/modules/other/gail/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-15 Li Yuan
+
+ * gailitem.c:
+ Bug #564555. #undef GTK_DISABLE_DEPRECATED where we need to access
+ deprecated symbols.
+
2008-12-12 Li Yuan
* gailtreeview.c: Bug #512743.
diff --git a/modules/other/gail/gailitem.c b/modules/other/gail/gailitem.c
index 3aa315f7ac..438cc256f0 100644
--- a/modules/other/gail/gailitem.c
+++ b/modules/other/gail/gailitem.c
@@ -20,6 +20,9 @@
#include "config.h"
#include
+
+#undef GTK_DISABLE_DEPRECATED
+
#include
#include "gailitem.h"
#include
--
2.30.2